home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / nShell Prog / Changes next >
Encoding:
Text File  |  1994-09-06  |  1.3 KB  |  31 lines  |  [TEXT/ttxt]

  1.  
  2. nShell(tm)
  3.  
  4. Changes to the Programmer's Guide for Version 1.0.2
  5.  
  6. ===== Changes in v1.0.2
  7.  
  8. C.R. #72    Implement a Pascal external command interface
  9.  
  10. A new interface library has been written to allow nShell commands to be developed using Think Pascal.  This package is available as "nShell(tm) Think Pascal Examples".  Also see "TN 2 - Think Pascal".
  11.  
  12. C.R. #74    Implement a CodeWarrior external command interface
  13.  
  14. A number of examples were written to illustrate now nShell commands may be written using Metrowerks' CodeWarrior.  This package is available as "nShell(tm) CodeWarrior Examples".  Also see "TN 1 - CodeWarrior".
  15.  
  16. C.R. #87    Document load-by-name
  17.  
  18. Earlier versions of the Programmer's Guide did not document the fact that nShell code resources are loaded by name, and must be called "command".
  19.  
  20. C.R. #161    Correct Return Codes in Programmer’s Guide
  21.  
  22. The Return Codes for a number of fuctions (NSH_which, NSH_set) were incorrectly documented in earlier versions of the Programmer's Guide.
  23.  
  24. C.R. #165    Fix “NSH_gets” for Return characters
  25.  
  26. Version 1.0.2 of the nShell and nShell-Pro correct a problem with the "gets" call.  See the "callbacks" section of the Programmer's Guide for more information.
  27.  
  28. C.R. #167    “yesno” does not handle ^D
  29.  
  30. As the earlier Guide stated, NSH_getchar failed to return -1 when a ^D was typed on the console.  This has been corrected.
  31.